(kbd-macro-query): Fix prompt string.
authorRichard M. Stallman <rms@gnu.org>
Wed, 12 May 1993 23:56:18 +0000 (23:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 12 May 1993 23:56:18 +0000 (23:56 +0000)
lisp/macros.el

index 2ff40f81f9b3cd367f6084bac0488108aa4c3f52..43b5b2ae9450c53abb7400ce9915eb57fcfa8066 100644 (file)
@@ -128,7 +128,7 @@ Your options are: \\<query-replace-map>
       (let ((loop t)
            (msg (substitute-command-keys
                  "Proceed with macro?\\<query-replace-map>\
- (\\[act], \\[skip], \\[exit], \\[recenter], \\[edit]")))
+ (\\[act], \\[skip], \\[exit], \\[recenter], \\[edit]")))
        (while loop
          (let ((key (let ((executing-macro nil)
                           (defining-kbd-macro nil))